home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / userbox / publicdomain / muiwbpattern / muiwbpattern.cd < prev    next >
Text File  |  1996-07-02  |  3KB  |  198 lines

  1. ;    MUI WBPattern Catalog Description File
  2. ;
  3. #language english
  4. #version 1
  5. ;--------------------------------------
  6. ;  Menus
  7. ;  -----
  8. ;  Menu Title: Project
  9. STR_MENU_PROJECT (//)
  10. Project
  11. ;
  12. ;  Menu Item:  About...
  13. STR_MENU_ABOUT (//)
  14. About...
  15. ;  Command Key shortcut for About... <Amiga>+<?>
  16. STR_MENUKEY_ABOUT (//)
  17. ?
  18. ;
  19. ;  Menu Item:  Quit
  20. STR_MENU_QUIT (//)
  21. Quit
  22. ;  Command Key for Quit
  23. STR_MENUKEY_QUIT (//)
  24. Q
  25. ;
  26. ;  Menu Title: Edit
  27. STR_MENU_EDIT (//)
  28. Edit
  29. ;
  30. ;  Menu Item:  Use Defaults
  31. STR_MENU_USEDEFAULTS (//)
  32. Use Defaults
  33. ;  Command Key for Use Defaults
  34. STR_MENUKEY_USEDEFAULTS (//)
  35. D
  36. ;
  37. ;  Menu Item:  Last Saved
  38. STR_MENU_LASTSAVED (//)
  39. Last Saved
  40. ;  Command Key for Last Saved
  41. STR_MENUKEY_LASTSAVED (//)
  42. L
  43. ;
  44. ;  Menu Item:  Restore
  45. STR_MENU_RESTORE (//)
  46. Restore
  47. ;  Command Key for Restore
  48. STR_MENUKEY_RESTORE (//)
  49. R
  50. ;--------------------------------------
  51. ;  Main Window
  52. ;  -----------
  53. ;  Register Groups:
  54. ;  Workbench
  55. STR_WORKBENCH (//)
  56. Workbench
  57. ;
  58. ;  Windows
  59. STR_WINDOWS (//)
  60. Windows
  61. ;
  62. ;  Screen
  63. STR_SCREEN (//)
  64. Screen
  65. ;
  66. ;  Main Window Gadgets:
  67. ;  Registered to
  68. STR_REGISTEREDTO (//)
  69. Registered to:
  70. ;
  71. ;"Shareware Version"
  72. STR_UNREGISTERED (//)
  73. Unregistered
  74. ;
  75. ;  Selection Method
  76. STR_SELECTION (//)
  77. Selection Method:
  78. ;
  79. ;  Do not change background
  80. STR_NOCHANGE (//)
  81. Single File/No Change
  82. ;
  83. ;  Choose a random background
  84. STR_RANDOMFILES (//)
  85. Random Files
  86. ;
  87. ;  Change backgrounds in listed order
  88. STR_ORDEREDFILES (//)
  89. Files in Order
  90. ;
  91. ;  List of Files
  92. STR_FILELIST (//)
  93. File List
  94. ;
  95. ;  The following buttons will use the character following the underscore (_)
  96. ;  as a keyboard shortcut.
  97. ;
  98. ;  Add a file
  99. STR_ADD (//)
  100. _Add
  101. ;
  102. ;  Test the selected file
  103. STR_TEST (//)
  104. _Test
  105. ;
  106. ;  Remove the selected file
  107. STR_REMOVE (//)
  108. _Remove
  109. ;
  110. ;  Clear the file list
  111. STR_CLEAR (//)
  112. Clear
  113. ;
  114. ;  Sort the file list
  115. STR_SORT (//)
  116. Sort
  117. ;
  118. ;  Save the current settings
  119. STR_SAVE (//)
  120. _Save
  121. ;
  122. ;  Use the current background
  123. STR_USE (//)
  124. _Use
  125. ;
  126. ;  Cancel the settings and quit
  127. STR_CANCEL (//)
  128. _Cancel
  129. ;--------------------------------------
  130. ;  About Window
  131. ;  ------------
  132. ;  Register Groups:
  133. ;  About
  134. STR_ABOUT (//)
  135. About
  136. ;
  137. ;  How to Register
  138. STR_REGISTER (//)
  139. Register
  140. ;
  141. ;  About Window Title:
  142. STR_ABOUTMUIWBP (//)
  143. About MUI_WBPattern
  144. ;
  145. ;  Buttons:
  146. ;  About MUI...
  147. STR_ABOUTMUI (//)
  148. _About MUI...
  149. ;
  150. ;  How to register
  151. STR_HOWTOREGISTER (//)
  152. How To Register
  153. ;
  154. ;  Program Registration
  155. STR_PROGRAMREGISTRATION (//)
  156. Program Registration
  157. ;
  158. ;  Label for Name gadget
  159. STR_NAME (//)
  160. Name:
  161. ;
  162. ;  Label for Serial Number gadget
  163. STR_SERIALNUMBER (//)
  164. Serial Number:
  165. ;
  166. ;  Close the about window.
  167. STR_OK (//)
  168. _Ok
  169. ;
  170. ;  About window text:
  171. ;  -----------------
  172. ;  Version
  173. STR_VERSION (//)
  174. Version
  175. ;
  176. ;  All Rights Reserved
  177. STR_RIGHTS (//)
  178. All Rights Reserved
  179. ;
  180. ;  email
  181. STR_COMMENTS (//)
  182. Send comments or suggestions to:
  183. ;
  184. ;  This is an MUI application - MUI by Stefan Stuntz
  185. STR_MUIAPPLICATION (//)
  186. This is a MUI-Application.\n\
  187. MUI is copyrighted by Stefan Stuntz.
  188. ;
  189. ;  "To register..."
  190. STR_TOREGISTER (//)
  191. To register MUI_WBPattern, send $5 US to:
  192. ;
  193. ;  Send email or postal address to get serial number
  194. STR_SENDADDRESS (//)
  195. Please include your email and postal address.\n\
  196. I will send you a serial number to enter below.
  197. ;
  198. ;  End of catalog